﻿@charset "utf-8";
/* CSS Document */
.flexslider { position: relative; height: 600px; overflow: hidden; background: url(../images/loading.gif) 50% no-repeat; z-index: 1; }
.slides { position: relative; }
.slides li { height: 600px; }
.slides li a { display: block; width: 100%; height: 100%; text-align: left; text-indent: -9999px }
.flex-control-nav { position: absolute; bottom: 15px; z-index: 2; left: 48%; text-align: center; }
.flex-control-nav li { display: inline-block; width: 14px; float: left; height: 14px; margin: 0 5px; *display:inline; zoom: 1; }
.flex-control-nav a { display: inline-block; width: 14px; height: 14px; cursor: pointer; background: #CCCCCC; line-height: 40px; overflow: hidden; text-indent: -9999px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; }
.flex-control-nav .flex-active { background: #ff0025; }
